Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Upgrade to latest dependencies #190

Merged

Conversation

knative-automation
Copy link
Contributor

@knative-automation knative-automation commented Jul 30, 2024

release 1.16 -dsimansk

/cc knative/client-wg-leads
/assign knative/client-wg-leads

Produced by: knative-extensions/knobots/actions/update-deps

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 1cb5408 to 2d0014e Compare July 30, 2024 01:38
@knative-prow knative-prow bot requested a review from a team July 30, 2024 01:38
@knative-prow knative-prow bot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.63%. Comparing base (f465a76) to head (9dae8b0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #190      +/-   ##
==========================================
- Coverage   57.92%   57.63%   -0.30%     
==========================================
  Files         114      114              
  Lines        7164     8418    +1254     
==========================================
+ Hits         4150     4852     +702     
- Misses       2750     3302     +552     
  Partials      264      264              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 2d0014e to 8c12f06 Compare July 30, 2024 13:16
@knative-prow knative-prow bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jul 30, 2024
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 9 times, most recently from ac1c083 to 4412ade Compare August 6, 2024 13:15
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 10 times, most recently from dd6e90f to 22af17f Compare August 14, 2024 01:38
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 4 times, most recently from 6d312eb to 21e1612 Compare August 16, 2024 01:38
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 9 times, most recently from a671535 to 8e09c75 Compare October 16, 2024 01:40
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 4 times, most recently from a19078e to ab70b09 Compare October 21, 2024 20:29
@dsimansk
Copy link
Contributor

/approve
/lgtm

@knative-prow knative-prow bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 22, 2024
@dsimansk
Copy link
Contributor

/override "style / Golang / Lint (pull_request)"

Copy link

knative-prow bot commented Oct 22, 2024

@dsimansk: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • style / Golang / Lint (pull_request)

Only the following failed contexts/checkruns were expected:

  • EasyCLA
  • build-tests_client-pkg_main
  • style / Golang / Lint
  • style / suggester / github_actions
  • tide
  • unit-tests_client-pkg_main

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

In response to this:

/override "style / Golang / Lint (pull_request)"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

bumping golang.org/x/tools 33be3ef...2ab3b51:
  > 2ab3b51 go.mod: update golang.org/x dependencies
  > 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods
  > efd951d gopls/internal/analysis/stubmethods: merge into CodeAction
  > d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode
  > a19eef6 gopls/internal/cache: express packageHandle as a state machine
  > dd745ec gopls/internal/test/marker: update regression test issue68918.txt
  > a02ee35 go/analysis/passes/stdversion: reenable tests
  > a24facf all: set gotypesalias=0 explicitly
  > ce2a33e gopls/internal: fix extract refactor for cases with anonymous functions
  > a2ff832 go/ssa: remove references to GOEXPERIMENT range
  > a7552bc go/ast/inspector: add PreorderSeq and All iterators
  > d2e4621 gopls/internal/server: CodeAction: interpret Only=[] as [QuickFix]
  > 4e80b32 cmd/stringer: support types declared in test files
  > 60b6bcd gopls/rename: include filename in error message
  > 2848ab8 internal/gcimporter: clean up test expectations
  > ee66134 go/ssa/ssautil: isolate deprecated CreateProgram
  > 6ded0c4 internal/gcexporter: cleanup test skipping in TestImportTypeparamTests
  > 66afc1a gopls/completion: tweak fuzz handling to make its own MethodSet
  > 7d92dd6 go/ssa/ssautil: use go/packages to load packages in switch_test.go
  > 18bc032 gopls: update x/telemetry to pick up fix for golang/go# 69681
  > 6c47868 internal/gcimporter: run larger tests with and without aliases
  > c6f2f8e refactor/eg: rewrite test without go/loader
  > 8b6849d go/ssa/interp: reenable lifetime tests.
  > edfeacf internal/golang: fix panic in signatureHelp over builtin name
  > ab64376 go/types/objectpath: skip package tests with wasip1
  > e55961d internal/gcimporter: use types.NewInterfaceType
  > c59bc30 internal/gcimporter: vary the value of any in predeclared
  > 4fc0d79 internal/gcimporter: remove goexperiment.unified tags
  > f05b5f4 go/packages: document the role of PWD
  > 3483a5e go/packages: use link notation in comments for godoc rendering
  > 75350b9 go/ssa: remove import of loader from builder_test.go
  > 1c9ca8b go/types/objectpath,internal/aliases: miscellaneous clean up of tests that set gotypesalias
  > 23e1af6 go/ssa: migrate TestGenericFunctionSelector away from loader
  > 8adb6e8 go/ssa: migrate TestTypeparamTest away from loader
  > 7bb384d gopls/internal/test/integration/bench: add an IWL test that opens files
  > faf6e28 go/ssa: migrate TestGenericAliases away from loader
  > 81a4242 internal/gcimporter: update TestIssueAliases expectation
  > 54110aa internal/modindex: package for indexing GOMODCACHE
  > b577f77 gopls/internal/cache: remove unnecessary active package check
  > 06b986b gopls/internal/cache: add a few checks for context cancellation
  > 83326b7 gopls/internal/cache: join concurrent package batch operations
  > 34638fc cmd/{callgraph,ssadump}, gopackages: make -tags flags work
  > d911e4a gopls: disable ast.Object resolution wherever possible
  > eb774f6 go/packages: fix LoadMode.String
  > 31fdc78 gopls/internal/server: allow suppression of showDocument
  > 752860b gopls/internal/protocol/command: simplify ApplyFix
  > fadcea5 gopls/internal/golang: CodeAction: split into producers
  > f70550d go/ssa: migrate some tests in build_test.go away from loader
  > 01bd772 go/callgraph: rewrite tests to use go/packages not go/loader
  > f8ce005 go/types/objectpath: use go/packages instead of go/loader in tests
  > d2c1642 internal/gcimporter: rewrite TestIExportData_stdlib using go/packages
  > af67b9d go/ssa: migrate source_test.go away from loader
  > 3bb0ed7 x/tools: assume go1.22 and simplify
  > 1d5e334 internal/aliases: remove Alias and Unalias
  > 0b6abe3 go/ssa: remove loader utility functions
  > 6a0cacb go/ssa: add test utility for building a single file
  > 1204c80 cmd/gorename: delete
  > 1c37166 go/ssa: move build tag guarded tests
  > dfc41b5 go/ssa: use ast.RangeStmt.Range position directly
  > 3921b59 cmd/gorename: remove replace directive
  > d09d36b x/tools: remove refs to cmd/gorename
  > 8517dc9 cmd/gorename: create submodule
  > cd349f3 go/ssa: Move instantiation tests off of unexported API
  > 45851d3 gopls/internal/telemetry/cmd/stacks: show build failure stderr
  > c8d229c all: fix spelling errors
  > 8db9562 go/ssa: update public doc of CreatePackage
  > bea7373 gopls/internal/protocol/command: remove nuisance error handling
  > 18a3f05 go/ssa: remove outdated any normalizer setting up in test
  > 0355013 go/ssa: sanity check for package transient fields
  > 2aabc4f go/analysis/passes/printf: return when suppressing a non-constant diagnostic
  > 5cb6eeb txtar: use slices.Clone instead of copy
  > e603756 gopls/internal/cache: add telemetry counter for GOPACKAGESDRIVER
  > 42b921c gopls/internal/test/integration: skip BenchmarkPackages with -short
  > a58d83b gopls/internal/cache: build the import map lazily during type checking
  > 765ea95 go/analysis/passes/printf: add global to disable new diagnostics
  > a319a85 gopls/internal/telemetry/cmd/stacks: display closed issues white
  > 5aac53c gopls/internal/golang: Definition: jump to assembly
  > 8fcd92f gopls/internal/telemetry/cmd/stacks: predicate de-duplication
  > 7891473 gopls/internal/telemetry/cmd/stacks: fix two bugs
  > 91d4bdb gopls: rm GofumptFormat from internal/settings
  > 198986d go/ssa: go/ssa: disable TestTypeparamTest on wasm
  > 3e49191 gopls/internal/telemetry/cmd/stacks: generate CodeSearch links
  > beed481 gopls/internal/settings: use CodeActionKind hierarchy
  > 15b8886 SignatureHelp: report signature of Ident if no enclosing CallExpr
  > 4e8d5c8 gopls: bump gofumpt to 0.7.0
  > 6a387a4 go/ssa: require 1.23 for TestCycles
  > 42a6477 go/ssa: disable TestTypeparamTest/chan.go on wasm
  > 5157118 gopls/internal/lsp/source: put testing.T/B first when extracting
  > 94ac686 go/ssa: pop targets stack on range-over-func
  > 2884375 gopls/internal/golang: Definitions: support renaming imports in doc links
  > b0f680c go/ssa: reenable TestStdlib
  > b7af269 go/ssa: improve sanity checking
  > fd7ab2d gopls/internal/server: fix build following semantic merge conflict
  > dc4c525 gopls/internal: test discovery
  > 8ba9169 gopls/internal/golang: Highlight: work around go/types bug
  > bfc94c9 go/ssa: extract type recursion into a helper package
  > 1dc949f internal/settings: simplify linking now that we only build with 1.23
  > c055e89 x/tools: deprecate astutil.Unparen
  > c2e057b gopls: use Func.Signature everywhere
  > 6b0cfff internal/test/marker: support multi-line locations
  > 9d7d14e x/tools/gopls: delete code obsoleted by go1.23
  > 4bcf6a3 internal/golang: add a fast path for FormatVarType with gopls at 1.23
  > 7398f36 all: fix some symbols error in comment
  > f111c72 go/callgraph/rta: skip test on js platform
  > 9f9b7e3 gopls/internal/settings: add missing deep cloning in Options.Clone
  > ce7eed4 doc/generate: minor cleanup
  > 075ae7d go/callgraph/vta: add basic tests for range-over-func
  > 2c7aaab go/ssa: skip failing test
  > 1b5663f go/callgraph/vta: perform minor cleanups
  > 0a49883 gopls/go.mod: update the go directive to 1.23.1
  > ad366a8 go.mod: update golang.org/x dependencies
  > 4fb36d1 go/callgraph/rta: add rta analysis test case for multiple go packages
  > dc4d64c gopls: fix non-constant format strings
  > c758e54 cmd/callgraph: make vta use internal version of CHA
  > 94b564c go.mod: for consistency with other repos, use 1.22.0 in go.mod
  > 70f5626 all: with 1.23 out, update Go directive to Go 1.22
  > 5a3171b internal/typesinternal: correct spec anchors in comments
  > c538e2c go/callgraph/static: avoid ssautil.AllFunctions
  > 2db563b internal/gcimporter: copy over ureader changes
  > 09886e0 go/callgraph/vta: allow nil initial call graph
  > e5ae0a9 internal/pkgbits: cleanup pre-Go 1.17 workaround
  > 264b4b5 go/callgraph/vta: add return parameter nodes for functions
  > 063360f gopls: update x/telemetry dependency
  > 28f3bc0 internal/pkgbits: copy over changes for V2
  > fd2067f go/callgraph/vta: use struct{} instead of bool in sets
  > ce02ccd gopls/internal/test/marker: simplify completion markers
  > 4ead70c gopls: report semantic tokens of top-level type constructor modifiers
  > 826d8d9 gopls/internal/cache: add a note about GOMEMLIMIT and ballasts
  > aaf49f1 gopls/internal/cache: add a 100MB ballast to reduce GC CPU
  > 12307aa gopls/internal/util/lru: make lru.Cache generic
  > 594cdab gopls: increment the telemetryprompt acceptance counter for each session
  > adb7301 internal/versions: disable a test case incompatible with CL 607955
  > 0734f62 internal/gcimporter: support type parameterized aliases in indexed format
  > b5f24ec internal/aliases: add type parameters argument to NewAliases
  > f5c7449 gopls/internal: implement Packages command
  > e5e8aa8 gopls/internal: implement Modules command
  > 9ef0547 internal/gcimporter: move indexed format docs
  > c7adb63 go/analysis/passes/fieldalignment: fix doc
  > 66adacf internal/pkgbits: improve ureader panic message
  > e104dc8 gopls/internal/settings: rename goTest code action to source.test
  > dfcdf50 go/analysis/passes/copylock: add support for ForStmt
  > 136c165 gopls/internal/cache: remove spurious assertions
  > 7cc3be7 internal/imports: use a clean GOMODCACHE for the scan root directory
  > d47b4fb internal/testfiles: adjust test so all modules are after 1.21
  > c1241b9 internal/stdlib: update stdlib index for Go 1.23.0
  > e6bef92 gopls/internal/golang: downgrade assertion in methodsets index
  > 7f262d6 all: disable tests incompatible with CL 603895
  > a76f882 gopls: enhance read/write access distinction in document highlighting for symbols
  > 4dc9194 go/callgraph/vta: fix test under GODEBUG=gotypesalias=1
  > 28ba991 go/analysis/passes/printf: add missing Unalias call
  > 3057be8 go.mod: update golang.org/x dependencies
  > 4653e48 gopls/internal/analysis: add skipped analysis simplify on generated code
  > f855a53 gopls/internal/telemetry/cmd/stacks: use authentication token
  > 3ffd605 gopls/doc/features: fix prominent typo
  > a5df6ad go/analysis/passes/printf: report non-constant format, no args
  > c03e5c2 go/packages: do not nullify Fset when NeedSyntax is set
  > 6a6fd99 go/ssa: substitute type parameterized aliases
  > f6a2390 gopls/doc: delete commands.md
  > 2154cbf gopls/internal/golang: add "Browse gopls features" code action
  > ead76ab go/analysis: Add modules to Pass
  > 55d718e go/analysis/passes/buildtag: report invalid go versions in build tags.
  > 8b51d66 go/types/objectpath: support parameterized type aliases
  > 12d2c34 internal/testfiles: consolidate to CopyToTmp
  > 444aadd gopls/internal/cmd: redesign codeaction subcommand
  > cad260e internal/pkgbits: remove dead field
  > ec1a81b gopls/doc/features: more doc tweaks
  > 2fb3ebe txtar: implement fs.FS
  > 2cb2f7d internal/bisect: fix doc comment api links
  > 25ed04f LICENSE: update per Google Legal
  > da12580 go/packages: NeedTypes implies NeedModule
  > 6f4e2a8 gopls: update x/telemetry dependency
  > e4550b9 go/analysis/passes/nilness: fix wrong internal code comment
  > d9c6af3 cmd/stress: add -count flag, and print number of active commands in status updates
  > ef4d083 gopls/internal/protocol/command: draft Packages/Modules API
  > d29feb5 gopls/completion: prefer rangeable funcs in range statements
  > 71c5537 gopls/internal/analysis/fillswitch: use qualified type names
  > febceba copyright: don't skip directories "." or ".." in checkCopyright
  > 3968e70 go/analysis/internal/checker: allow for Plan 9 reduced exit codes in tests
bumping k8s.io/klog/v2 007e661...75663bb:
  > 75663bb Merge pull request # 408 from pohly/klog-flush-sync-fix
  > 16c7d26 Merge pull request # 401 from pohly/ktesting-warning-delay
  > 2327d4c data race: avoid unprotected access to sb.file
  > 2ee202a Merge pull request # 404 from 1978629634/fsync-freelock
  > cd24012 ktesting: tone down warning about leaked test goroutine
  > 7af45d6 Merge pull request # 406 from pohly/linter
  > 79575d8 Do not acquire lock for file.Sync() fsync call
  > ab53041 Merge pull request # 402 from pohly/linter-issues
  > d008cfe examples: fix linter warning
  > 569bb3c Merge pull request # 399 from jsoref/spelling-corporation
  > ff7c070 build: fix some linter warnings
  > 200f43e chore(*): fix spelling of Intel Corporation
bumping golang.org/x/net e2310ae...6cc5ac4:
  > 6cc5ac4 go.mod: update golang.org/x dependencies
  > f88258d websocket: update nhooyr.io/websocket to github.com/coder/websocket
  > 7191757 http2: add support for net/http HTTP2 config field
  > 4790dc7 http2: add support for server-originated pings
  > 541dbe5 http2: add Server.WriteByteTimeout
  > 3c333c0 route: fix address parsing of messages on Darwin
  > 35b4aba go.mod: update golang.org/x dependencies
  > 9bf379f websocket: fix printf(var) mistake detected by latest printf checker
  > 4542a42 go.mod: update golang.org/x dependencies
  > 765c7e8 xsrftoken: create no padding base64 string by RawURLEncoding
  > 032e4e4 LICENSE: update per Google Legal
bumping google.golang.org/genproto/googleapis/api ef581f9...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
  > 573a115 chore(all): auto-regenerate .pb.go files (# 1144)
  > 2c9e96a chore(all): update all (# 1149)
  > b1a4ccb chore(all): update all (# 1148)
  > 93522f1 chore: rev bigtable to unreleased commit (# 1147)
  > 90e4760 feat: move bigtable protos to google-cloud-go (# 1146)
  > e6d459c chore(all): update all (# 1142)
  > d784300 chore(all): auto-regenerate .pb.go files (# 1143)
  > 46eb208 chore(all): auto-regenerate .pb.go files (# 1141)
  > 40e1e62 chore(all): auto-regenerate .pb.go files (# 1140)
  > 4ad9e85 chore(all): auto-regenerate .pb.go files (# 1139)
  > 654c5fe chore(all): update all (# 1138)
  > f6361c8 chore(all): update all (# 1137)
  > dc46fd2 chore(all): update all (# 1135)
  > 68d350f chore(all): update all (# 1134)
  > a8a6208 chore(all): update all (# 1133)
bumping golang.org/x/sys faed7ec...23b0dab:
  > 23b0dab unix: mark vgetrandom as non-escaping
  > cbf0eb6 unix: fix grep syntax to work on non-GNU greps
  > e7397b9 unix: update to Linux 6.11
  > 981de40 unix: use vDSO for getrandom() on linux
  > 48aad76 linux: add tcp_cc_info and its related types
  > d58f986 all: fix some typos in comment
  > 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD
  > 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker
  > c08bc6e unix: update Go to 1.23.0
  > a43b625 windows: add SIO_UDP_NETRESET constant
  > ed67b15 windows: add console codepage api
  > 9cb830b unix: add missing import to syscall_hurd.go
  > 71132f5 unix: add POLLRDHUP to FreeBSD
  > 3283fc3 cpu: add support for detecting RISC-V extensions
  > 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
  > a8c5219 unix: rename XDPUmemReg field back to Size
  > 59665e5 unix: add Connectx for darwin
  > a0c72ef unix: add f_flag member flags on z/OS
  > c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
  > da77c6b unix: sync minimum Linux Kernel version with requirements page
  > 914deed unix: add missing ETHTOOL_FLAG_ constants
  > 4c7077e windows: add enums for IpAdapterUnicastAddress
  > 29298aa windows: delete TestGetKeyboardLayout
  > aa1c4c8 unix: provide Mount on openbsd
  > cde4660 unix: add linux mseal system call
  > 31ef9e7 unix: update to Linux kernel 6.10
  > d03a807 unix: update glibc to 2.40
  > beb5949 windows: correctly generate GetAce syscall
  > 7bb0bf7 cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64
  > bce4cf7 windows: add GetKeyboardLayout & ToUnicodeEx
  > 0eac9b5 windows: add flags for GetAdaptersAddresses
  > 0c18c88 cpu: add DIT option and hwcap DIT support
  > dce4e64 LICENSE: update per Google Legal
  > ee0e627 unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error
  > 47fe916 cpu: add support for DIT detection
  > 4cafe5c unix: implements RenamexNp and RenameatxNp for darwin
bumping knative.dev/serving 34cef98...6a27004:
  > 6a27004 upgrade to latest dependencies (# 15582)
  > c93d8c4 upgrade to latest dependencies (# 15581)
  > 77c7e1d Update net-contour nightly (# 15578)
  > 5ebf2c7 Update net-kourier nightly (# 15577)
  > b474b3e Update net-gateway-api nightly (# 15576)
  > cb2a9c6 Update net-istio nightly (# 15579)
  > 6544bfe Update community files (# 15574)
  > 83b6695 Update net-gateway-api nightly (# 15573)
  > b98384c upgrade to latest dependencies (# 15572)
  > 782b6a8 Update net-istio nightly (# 15565)
  > 1a06888 Update net-contour nightly (# 15567)
  > d2229fa Update net-kourier nightly (# 15560)
  > 5c8556d Update net-gateway-api nightly (# 15566)
  > 2a87ffd Update community files (# 15564)
  > 656f3d3 Update net-gateway-api nightly (# 15559)
  > a9e28f0 Update net-contour nightly (# 15558)
  > 60516ad Update net-istio nightly (# 15557)
  > 4eb2e08 upgrade to latest dependencies (# 15556)
  > c8e131b Fix GO-2024-2659 (# 15547)
  > 1a1eb10 Update net-istio nightly (# 15543)
  > 5779cb2 Update net-kourier nightly (# 15544)
  > 07a8480 Update net-gateway-api nightly (# 15541)
  > 9bf0b90 Update net-contour nightly (# 15542)
  > b442fe2 upgrade to latest dependencies (# 15540)
  > 779761a upgrade to latest dependencies (# 15537)
  > 15871f1 Update net-contour nightly (# 15536)
  > 2664a54 Update net-kourier nightly (# 15535)
  > 2b815c5 Update net-gateway-api nightly (# 15534)
  > 293d2bb Update net-istio nightly (# 15533)
  > 0ebef64 Use istio.sidecar.inject label instead of annotation (# 15522)
  > b2954e1 Update net-contour nightly (# 15530)
  > 10579a7 Update net-gateway-api nightly (# 15531)
  > 3a81801 Update net-gateway-api nightly (# 15524)
  > ff475df upgrade to latest dependencies (# 15527)
  > ca64728 Update net-contour nightly (# 15526)
  > e896849 Update net-kourier nightly (# 15525)
  > 59d17f1 upgrade to latest dependencies (# 15520)
  > 51d95f6 Update net-gateway-api nightly (# 15519)
  > 50bea5d Update net-kourier nightly (# 15517)
  > 00bd844 Update net-contour nightly (# 15518)
  > ed44181 Update net-istio nightly (# 15516)
  > b796321 Unpin github.com/gorilla/websocket (# 15515)
  > 158a5c2 upgrade to latest dependencies (# 15514)
  > 7875c26 Update net-contour nightly (# 15512)
  > 4471f27 Update net-gateway-api nightly (# 15513)
  > cc9b060 Update net-istio nightly (# 15511)
  > cde060b upgrade to latest dependencies (# 15506)
  > 985fc84 Update net-kourier nightly (# 15509)
  > edb073c Update net-contour nightly (# 15507)
  > 63b0f86 Update net-istio nightly (# 15508)
  > 74ea38a upgrade to latest dependencies (# 15505)
  > deb99de Update net-contour nightly (# 15500)
  > be2f70a Update net-kourier nightly (# 15501)
  > 8d8725e Update net-gateway-api nightly (# 15502)
  > 0824bd4 Update net-istio nightly (# 15499)
  > 3c5f2f6 Update community files (# 15498)
  > 7c927b7 Update net-kourier nightly (# 15497)
  > b50a09e Update net-istio nightly (# 15496)
  > bdec909 upgrade to latest dependencies (# 15495)
  > f07e3d6 Fix deepcopy gen (# 15492)
  > 372f5d1 Migrate to kube codegen (# 15491)
  > 5f5f6d8 Update net-kourier nightly (# 15476)
  > c51ee6c Update net-contour nightly (# 15471)
  > 25e5f48 Update net-gateway-api nightly (# 15470)
  > 6fe1b33 upgrade to latest dependencies (# 15469)
  > 446e690 upgrade to latest dependencies (# 15462)
  > 64820f2 update schema-config (# 15467)
  > b7026be Update net-contour nightly (# 15463)
  > 221b632 Update net-gateway-api nightly (# 15464)
  > 64ac199 E2E tests for startup probe (# 15461)
  > 6554a7d drop dev container as no one is maintaining it (# 15460)
  > bf7dbbb Update net-gateway-api nightly (# 15456)
  > c2789f2 Update net-contour nightly (# 15458)
  > 19d2bb5 Update net-kourier nightly (# 15457)
  > 34ff3f6 Update net-istio nightly (# 15455)
  > dc99c97 Update community files (# 15453)
  > 110b430 Update net-contour nightly (# 15452)
  > c6665f1 Update net-kourier nightly (# 15451)
  > ab0cd0a Update net-gateway-api nightly (# 15448)
  > 73f88b2 Update net-istio nightly (# 15443)
  > 3ae5a0e Update net-kourier nightly (# 15446)
  > 0c4d290 upgrade to latest dependencies (# 15447)
  > 5376ae0 Update net-contour nightly (# 15445)
  > 1f480d0 Update net-gateway-api nightly (# 15444)
  > 97e9e8d upgrade to latest dependencies (# 15439)
  > 2b86c14 Add support for hostipc, hostpid and hostnetwork (# 15414)
  > cac5e63 Fix bug in cert manager config (# 15434)
  > 222065d Update net-kourier nightly (# 15429)
  > 57fa417 Update net-contour nightly (# 15430)
  > e740654 Update net-gateway-api nightly (# 15428)
  > 5225d4f Update net-istio nightly (# 15427)
  > 8c13034 upgrade to latest dependencies (# 15426)
  > 42bc7bb Update community files (# 15425)
  > 19b5e8c Update net-kourier nightly (# 15423)
  > 666897e Update net-contour nightly (# 15422)
  > dfa1726 Update net-gateway-api nightly (# 15421)
  > 9a7409c clean up old certificate leases (# 15420)
  > 8ab2768 upgrade to latest dependencies (# 15419)
  > 873602a clean up (# 15415)
  > 7411254 Do not run TestTLSCertificateRotation in parallel with other tests (# 15417)
  > 7643497 Update net-kourier nightly (# 15413)
  > 2792dcb Update net-contour nightly (# 15411)
  > 7ed4aa0 Update net-gateway-api nightly (# 15410)
  > dec852b Update net-istio nightly (# 15412)
  > 7d318cd Use a different 'static' image that supports s390x and ppc (# 15407)
  > 79dd728 Update net-istio nightly (# 15406)
  > b41a9e3 Update net-gateway-api nightly (# 15404)
  > 53810f8 Update net-istio nightly (# 15403)
bumping knative.dev/hack b979959...05b2fb3:
  > 05b2fb3 Update community files (# 399)
  > fc6a845 Update community files (# 398)
  > 9724320 Fix premature codegen cleanup exit on 1 (# 397)
  > 06f7aff tag images using ko (# 393)
  > 452e340 Update community files (# 392)
  > 441a19f remove geo replication (# 389)
  > 0a23232 Update community files (# 388)
  > 9c9eed6 💝 Vendorless codegen via shell scripting (# 386)
bumping golang.org/x/time 883aed5...5d9ef58:
  > 5d9ef58 LICENSE: update per Google Legal
bumping golang.org/x/term c976cb1...9d5441a:
  > 9d5441a go.mod: update golang.org/x dependencies
  > 2f7b0dd go.mod: update golang.org/x dependencies
  > f867b76 x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windows
  > d598954 go.mod: update golang.org/x dependencies
  > d4346f0 LICENSE: update per Google Legal
bumping k8s.io/code-generator 07ba736...890b3a1:
  > 890b3a1 Update dependencies to v0.30.3 tag
  > e5a48a5 Merge pull request # 124371 from soltysh/automated-cherry-pick-of-# 123893-# 124193-upstream-release-1.30
  > b23df5e Update applyconfig-gen for pacakges where group and dir differ in name
  > 64318e9 kube_codegen: expose applyconfig-openapi-schema flag for client generation
  > e1372fd Merge remote-tracking branch 'origin/master' into release-1.30
  > b8aa536 Update x/net for CVE-2023-45288
  > 7142117 Merge pull request # 123735 from thockin/master
  > c9df80e Merge pull request # 123758 from liggitt/protobump
  > bfe3706 Don't embed plural exceptions in tools
  > 5b26ad6 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0
  > f8417df Merge pull request # 123529 from thockin/go-workspaces
  > 2aea5f5 Fix up go.mod files after reviews
  > 3081084 Use path instead of filepath for pkg-paths
  > 3a64b30 Remove old gengo detritus
  > 9620d16 Get rid of code-generator/cmd/openapi-gen
  > 52dbcea Move import-boss: k/code-generator/cmd -> k/k/cmd
  > 2e5be31 EOL code-generator/generate-groups scripts
  > 01a8118 Fix lint found by golangci-lint
  > e876b7d No need to check nil iterating gengo Inputs
  > f1b4eb5 Renamed gengo SourcePath -> Dir
  > f1f91c8 Renamed gengo Builder -> Parser
  > aeaaa24 Gengo utils moved
  > 034503a The gengo "args" package is gone
  > d697340 Get rid of gengo CustomArgs
  > c30068d Move gengo/examples/defaulter -> code_generator
  > 09626c5 Move gengo/examples/deepcopy -> code_generator
  > fc69480 Fix lint in code-generator/cmd/...
  > 4d6b3bd Get rid of gengo InputDirs flag
  > e891cc1 codegen: Remove most uses of InputDirs
  > 519aa32 Move import-boss to k/k, retool to not use gengo
  > 97e7cb8 Get rid of gengo WithoutDefaultFlagParsing
  > 536512d codegen: Make import-boss do it's own flags
  > 0fa16ee codegen: Minor: fix wrong comments
  > 164f9f3 Move go-header-file flag to each tool
  > 8dbda3e Remove gengo verify-only - unused and untested
  > 1441417 Move OutputFileBase flag to each tool
  > 7b2ebc9 Rename output-package -> output-pkg
  > 0723f18 Move the OutputBase flag to each tool
  > ed09439 Type-assert gengo CustomArgs blindly
  > a0acdae Rename gengo DefaultGen -> GolangGenerator
  > 4222f72 Rename gengo Target.SourcePath() -> Dir()
  > 3a79c13 Rename gengo generator.Package -> Target
  > 1ab851c Drop `generator.Packages` type
  > f64d4e8 Rename DefaultPackage to SimplePackage
  > 422731f Get rid of vendor baggage in go-to-proto
  > ef151a4 codegen:proto: Use revised API to gengo parser
  > 81cc0e3 Remove defunct trim-path-prefix
  > bbdf585 Conversion: Better logging
  > e52957c Remove defunct references to "vendor"
  > 18c51af code-generator: Remove now unused helper function
  > da85ced Get rid of most references to GOPATH
  > 249c2d7 Fix import-boss wrt gengo/v2
  > adf7ae7 Fix register-gen wrt gengo/v2
  > 29a9b25 Make code-gen subprojects work on gengo/v2
  > 202a48f Fix go-to-protobuf wrt gengo/v2
  > 47fb440 Fix client-gen wrt gengo/v2
  > ed55bec Fix applyconfiguration-gen wrt gengo/v2
  > 9004f30 Fix informer-gen wrt gengo/v2
  > 834d7c4 Fix lister-gen wrt gengo/v2
  > 04619ea Fix conversion-gen wrt gengo/v2
  > bb58255 Fix prerelease-lifecycle-gen wrt gengo/v2
  > 9ded017 Convert all gengo references to gengo/v2
  > e3b1a4b Re-vendor latest kube-openapi and gengo/v2
  > b0cae55 Remove dep on set-gen: gone in gengo/v2
  > 54092e0 Generate go.work files
  > 011e65e Merge pull request # 123417 from soltysh/kube_codegen-applyexternal
  > a8c17f9 Merge pull request # 123348 from hoskeri/update-go-x-crypto-19
  > d9b5e9d kube_codegen: expose external-applyconfigurations flag for client generation
  > b820965 Merge pull request # 123392 from thockin/depreciate
  > f3544fb Update x/crypto to 0.19.
  > ee31fc0 Merge pull request # 123387 from soltysh/kube_codegen
  > f608587 Cleanup: s/depreciated/deprecated/g
  > d3a98b4 Merge pull request # 123397 from thockin/kube_codegen_no_git
  > da2d7f8 kube_codegen: expose plural-exceptions flag for client generation
  > d591588 Codegen: use plain find instead of git ls-files
  > 46dfb4b Codegen: use plain grep instead of git grep
  > 68a87d2 Merge pull request # 123261 from skitt/allow-codegen-verification
  > da01854 chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (# 120642)
  > 09138bf codegen: don't nuke files if only verifying
  > c781f87 Merge pull request # 122915 from MikeSpreitzer/note-codegen-dirs
  > 18bcf2e Add note about directory structure
  > 5ad9f43 Merge pull request # 122842 from pohly/klog-update
  > aed827f Merge pull request # 122839 from pohly/ginkgo-gomega-update
  > f38db35 dependencies: klog v2.120.1
  > 2c50c0d dependencies: ginkgo v2.15.0, gomega v1.31.0
  > 70ef789 Merge pull request # 122729 from jparrill/HOSTEDCP-336
  > a748e41 Merge pull request # 122772 from thockin/codegen_use_passed_flagset
  > 36c8049 Ignore vendor folder on client code generation
  > e0047a8 Merge pull request # 122776 from thockin/codegen_use_long_flag_names
  > 4ad37ee code-gen: Use the passed FlagSet, not hardcoded
  > 6cb8a48 codegen: Use long flag names for clarity
  > dd19cfa Merge pull request # 122773 from thockin/sync_json-patch_dep_version
  > e1c00a1 Merge pull request # 122774 from thockin/dont_xargs_maybe-empty_input
  > dd65560 Sync json-patch ver to the same as everyone else
  > 762d09f codegen: don't use xargs w/ maybe-empty input
  > a46324d Merge pull request # 122706 from pacoxu/klog-upgrade
  > 484f266 bump klog to  v2.120.0
  > 723195d Merge pull request # 122412 from MadhavJivrajani/bump-go-tools
  > 3cc4e38 .*: bump golang.org/x/tools to v0.16.1
  > 863bb0f Merge pull request # 122395 from pohly/ginkgo-gomega-update
  > 046c3bc Merge pull request # 122372 from stevekuznetsov/skuznets/provide-all-meta-apply-configurations
  > b67d2e4 dependencies: gomega v1.30.0 + ginkgo v2.13.2
  > f877972 k8s.io/code-generator: include all metav1 applyconfigs
  > 3063918 Merge pull request # 122229 from thockin/fix_prerelease_string
  > cd75781 Merge pull request # 121759 from thockin/fix_api_violations
  > 6e544d5 Fix prerelease codegen log string
  > db6d896 Merge pull request # 121411 from thockin/master
  > da77086 Re-vendor k8s.io/kube-openapi
  > 7855250 Merge pull request # 121963 from pohly/code-generator-klog-replace-fix
  > 0b667ff kube_codegen: Add a --one-input-api flag
  > 37450be Fix "list_type_missing" API violations in meta/v1
  > 5b73423 kube_codegen: genclient can look in any Go file
  > f3446ce kube_codegen: avoid dups in dirs with >1 file
bumping knative.dev/eventing c3baeda...291c0a8:
  > 291c0a8 [main] Upgrade to latest dependencies (# 8262)
  > 6aa49dc [main] Update community files (# 8256)
  > 33a9027 feat: make oidc discovery url configurable (# 8145)
  > eff8465 [main] Upgrade to latest dependencies (# 8255)
  > aa6f73b [main] Upgrade to latest dependencies (# 8236)
  > db729bc [main] Update community files (# 8237)
  > 67af70b workaround DeepDerivative CreationTimestamp comparison (# 8233)
  > e6490c3 Add Convertible interface to job sink (# 8214)
  > b3b29f0 update jobsink TLS comments (# 8215)
  > c8c1f41 [main] Upgrade to latest dependencies (# 8201)
  > e7fca76 Add Istio inject label (# 8205)
  > 641cbb7 Remove scheduler `wait`s to speed up recovery time (# 8200)
  > 2869c6c Enhance tests for v1b3 event type, new attrs (# 8197)
  > 1708881 [main] Upgrade to latest dependencies (# 8191)
  > b48b664 feat: add constructor for full event lineage graph (# 7921)
  > e79f3b6 Make auth package indepent from eventpolicy informer (# 8195)
  > ae6ed99 Fix JobSink to support AuthZ on GET too (# 8196)
  > 608e76c Add broker transformation test to upgrade tests (# 8190)
  > c91a9d8 [main] Upgrade to latest dependencies (# 8189)
  > 229446d Create paired upgrade tests (# 8158)
  > 04c42dc [main] Update community files (# 8187)
  > 8c22bf5 [main] Upgrade to latest dependencies (# 8186)
  > 07d3790 SinkBinding wrongly enqueues namespaces (# 8184)
  > 902f9d3 Migrate to kube_codegen.sh (# 8183)
  > 34f9cd3 Disable controller default health probes in the IMC dispatcher (# 8125)
  > ecae895 AuthZ: Provide function to update AppliedEventPoliciesStatus based on a given list of applying policies (# 8173)
  > 833f4aa Split AuthZ e2e tests (# 8181)
  > 36e0721 Broker class based defaults (# 7631)
  > e4b6d68 [main] Upgrade to latest dependencies (# 8172)
  > 24a43e8 chore: refactor cross namespace test to make it reusable (# 8157)
  > da10b71 Support dispatcher format for triggers (# 8151)
  > 477588c JobSink: Reject unauthorized requests (# 8169)
  > 5fc4c0f Fix JobSink to have ObservedGeneration in status (# 8168)
  > ed71838 Fix: Use correct readyness check in AuthZ conformance tests (# 8167)
  > bf945f9 Support authorization in Channel ingress (# 8162)
  > b57ac3a Fix: propagate EventPolicy filter to underlying Channels EventPolicy (# 8163)
  > 2b92299 Add filters to event policy (# 8122)
  > 90a88fc [main] Upgrade to latest dependencies (# 8159)
  > 1123cfa feat: reduced unnecessary creation of filters (# 8118)
  > 71d5d5f Add AuthZ conformance e2e test suite (# 8150)
  > e41da98 [main] Upgrade to latest dependencies (# 8153)
  > 7a90257 [main] Upgrade to latest dependencies (# 8126)
  > f0ccedc mt-broker-filter: Allow only requests from Triggers Subscriptions OIDC ID (# 8147)
  > 941a9e1 fix: tracker can track resources in different ns (# 8110)
  > a4e5a0e added event format to dispatcher (# 8096)
  > c521efb Add EventPolicy reconciliation for Parallel (# 8112)
  > d69b8b4 Improve scheduler memory usage (# 8144)
  > 5c81d76 Add EventPolicy reconciliation for Sequence (# 8106)
  > ecb6c01 Set UID in Brokers backing channels EventPolicies OwnerReference (# 8143)
  > b58b30d Add e2e test for Broker authorization (# 8132)
  > 20a64a1 [main] Update community files (# 8134)
  > 7237233 Default EventPolicy `.spec.from[].namespace` to EventPolicies namespace (# 8133)
  > 32f8491 update trust-manager to version 0.12.0 (# 8130)
  > ff37e4e Sequence reconciler reads and watch the config-features configmap (# 8124)
  > a9abf3c [main] Upgrade to latest dependencies (# 8119)
  > d56d9ea [main] Update community files (# 8120)
  > 1aa3407 fix: workflow syntax for weekly reminder (# 8115)
  > d7708f9 feat: add github workflow to send slack reminder for office hours (# 8113)
bumping golang.org/x/text 9c2f3a2...3043346:
  > 3043346 x/text: Correct examples in number/doc
  > 38a95c2 all: fix some comments
  > 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  > 1e3e9fd all: rename Example test functions to prevent vet errors
  > b2bec85 go.mod: update golang.org/x dependencies
  > ae0cf96 LICENSE: update per Google Legal
bumping knative.dev/pkg 4355f0c...9b9d535:
  > 9b9d535 Fix `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3108)
  > 4af9a0d Add `WEBHOOK_DISABLE_NAMESPACE_OWNERSHIP` env-var (# 3106)
  > 95b4b97 upgrade to latest dependencies (# 3104)
  > 59c22a1 Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (# 3102)
  > e0f65ce Update community files (# 3101)
  > 952269c Bump golang.org/x/net from 0.29.0 to 0.30.0 (# 3100)
  > e52e2e4 Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (# 3099)
  > 4e357ed Bump golang.org/x/tools from 0.25.0 to 0.26.0 (# 3098)
  > 5031733 Bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (# 3097)
  > c4843b7 Give users the ability to disable namespace ownership of webhook configurations (# 3095)
  > 28b58b8 Use istio.sidecar.inject label instead of annotation (# 3096)
  > aabe552 Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (# 3094)
  > a4774ed Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 (# 3093)
  > aaab500 Bump golang.org/x/tools from 0.24.0 to 0.25.0 (# 3091)
  > de0796c Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (# 3092)
  > 3002873 Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (# 3087)
  > fdbc0b5 Bump golang.org/x/net from 0.28.0 to 0.29.0 (# 3090)
  > 7c0ad27 Update community files (# 3089)
  > a1469cf upgrade to latest dependencies (# 3088)
  > 89743d9 upgrade to latest dependencies (# 3085)
  > cd3311c bump k8s deps to v0.30.3 (# 3084)
  > 0991b2f Update community files (# 3083)
  > c88d5da Bump github.com/tsenart/vegeta/v12 from 12.11.3 to 12.12.0 (# 3082)
  > cb30d00 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (# 3081)
  > 433889b upgrade to latest dependencies (# 3080)
  > 0e7ffe4 Update community files (# 3079)
  > 330b271 Bump github.com/tsenart/vegeta/v12 from 12.11.1 to 12.11.3 (# 3077)
  > 3561487 upgrade to latest dependencies (# 3078)
bumping golang.org/x/oauth2 5fd4241...6d8340f:
  > 6d8340f LICENSE: update per Google Legal
bumping google.golang.org/genproto/googleapis/rpc 5315273...ddb44da:
  > ddb44da chore: update to 1.21 (# 1152)
  > 8ffd90a chore(all): auto-regenerate .pb.go files (# 1150)
  > 573a115 chore(all): auto-regenerate .pb.go files (# 1144)
  > 2c9e96a chore(all): update all (# 1149)
  > b1a4ccb chore(all): update all (# 1148)
  > 93522f1 chore: rev bigtable to unreleased commit (# 1147)
  > 90e4760 feat: move bigtable protos to google-cloud-go (# 1146)
  > e6d459c chore(all): update all (# 1142)
  > d784300 chore(all): auto-regenerate .pb.go files (# 1143)
  > 46eb208 chore(all): auto-regenerate .pb.go files (# 1141)
  > 40e1e62 chore(all): auto-regenerate .pb.go files (# 1140)
  > 4ad9e85 chore(all): auto-regenerate .pb.go files (# 1139)
  > 654c5fe chore(all): update all (# 1138)
  > f6361c8 chore(all): update all (# 1137)
  > dc46fd2 chore(all): update all (# 1135)
  > 68d350f chore(all): update all (# 1134)
  > a8a6208 chore(all): update all (# 1133)
  > ef581f9 chore(all): update all (# 1132)
bumping k8s.io/utils e7106e6...18e509b:
  > 18e509b Merge pull request # 314 from thockin/pr-311-plus-thockin
  > d4aae2b Merge pull request # 311 from aroradaman/net-multi-listen
  > a1afdb7 Add multi-listener test for HTTP
  > fe8a2dd Merge pull request # 302 from logicalhan/set-tests
  > 27da63f net: add multi listener impl for net.Listener
  > 0849a56 Merge pull request # 301 from dgrisonnet/traces-verbosity
  > 8c89a86 add test coverage to set.go
  > 4693a02 Merge pull request # 306 from MadhavJivrajani/check-for-go-directive-bump
  > be5eaf9 trace: gate traces behind log level 2
  > b01eb69 .*: add presubmit check for verifying go directive changes
bumping golang.org/x/mod d58be1c...46a3137:
  > 46a3137 zip: set GIT_DIR in test when using bare repositories
  > 3afcd4e go.mod: set go version to 1.22.0
  > b1d336c go.mod: update required go version to go1.22
  > bc151c4 README: fix link to x/tools
  > d1f873e modfile: fix Cleanup clobbering Line reference
  > b56a28f modfile: Add support for tool lines
  > 79169e9 LICENSE: update per Google Legal

Signed-off-by: Knative Automation <[email protected]>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from ab70b09 to 9dae8b0 Compare October 22, 2024 12:57
@knative-prow knative-prow bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 22, 2024
@dsimansk
Copy link
Contributor

/override "style / Golang / Lint"

Copy link

knative-prow bot commented Oct 22, 2024

@dsimansk: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • style / Golang / Lint

Only the following failed contexts/checkruns were expected:

  • EasyCLA
  • build-tests_client-pkg_main
  • tide
  • unit-tests_client-pkg_main

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

In response to this:

/override "style / Golang / Lint"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@dsimansk
Copy link
Contributor

/approve
/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Oct 22, 2024
Copy link

knative-prow bot commented Oct 22, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dsimansk, knative-automation

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@dsimansk
Copy link
Contributor

/override "style / Golang / Lint"

Copy link

knative-prow bot commented Oct 22, 2024

@dsimansk: Overrode contexts on behalf of dsimansk: style / Golang / Lint

In response to this:

/override "style / Golang / Lint"

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@knative-prow knative-prow bot merged commit 7b4bb48 into knative:main Oct 22, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants